Debugging

IntelliJ IDEA uses the JPDA library from Sun for debugging Java applications.
The settings from Project Properties such as the sourcepath, classpath and output path are passed to the debugger.

IDEA parses the output from the target VM and displays it in a convenient form in the message window.